Fix a tiny documentation typo
authorHiroyuki Ikezoe <poincare@ikezoe.net>
Tue, 16 Mar 2010 21:10:18 +0000 (17:10 -0400)
committerTristan Van Berkom <tristan.van.berkom@gmail.com>
Sun, 4 Apr 2010 00:59:16 +0000 (20:59 -0400)
gtk/gtkwidget.c

index e4de58963b49782970bfbf1acb830a6a7897899c..90f54d2e22544b8cf21b7854ec2753eda686f7ad 100644 (file)
@@ -7637,7 +7637,7 @@ gtk_widget_get_root_window (GtkWidget *widget)
  * around the window using keyboard shortcuts. @direction indicates
  * what kind of motion is taking place (up, down, left, right, tab
  * forward, tab backward). gtk_widget_child_focus() emits the
- * #GtkWidget::focus" signal; widgets override the default handler
+ * #GtkWidget::focus signal; widgets override the default handler
  * for this signal in order to implement appropriate focus behavior.
  *
  * The default ::focus handler for a widget should return %TRUE if